home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
UTILITIES
/
NSPARK-1-7
/
nspark-1.7.5
/
crc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-20
|
306b
|
20 lines
/*
* Cyclic Redundancy Checking function prototypes
*
* $Header: crc.h 1.1 92/09/29 $
* $Log: crc.h,v $
* Revision 1.1 92/09/29 18:02:32 duplain
* Initial revision
*
*/
#ifndef __CRC_H
#define __CRC_H
#include "cproto.h"
extern Word crc;
void calccrc P__((Byte byte));
#endif /* __CRC_H */